@charset "utf-8";
ol, ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
.clrfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
}
b, strong, .bold {
  font-weight: bold;
}
i {
  font-style: italic;
}
u {
  text-decoration: underline;
}
a {
  color: #222;
  text-decoration: underline;
  outline: none;
}
a:hover, a:active {
  text-decoration: none;
}
input, button {
  padding: 0;
  margin: 0;
  line-height: normal;
  outline: none;
  border: none;
  font-family: 'Open Sans', sans-serif;
}
textarea {
  font-family: 'Open Sans', sans-serif;
}
button {
  cursor: pointer;
}
* {
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
::-webkit-input-placeholder {
  color: #545454;
}
::-moz-placeholder {
  color: #545454;
}
:-moz-placeholder {
  color: #545454;
}
:-ms-input-placeholder {
  color: #545454;
}
:focus::-webkit-input-placeholder {
  color: transparent;
}
:focus::-moz-placeholder {
  color: transparent;
}
:focus:-moz-placeholder {
  color: transparent;
}
:focus:-ms-input-placeholder {
  color: transparent;
}
:focus {
  outline: none;
}
body {
  position: relative;
  background: #fff;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #333;
}
.none {
  display: none;
}
.wrapper {
  overflow: hidden;
}
.wrp {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrp:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
}
.button-m {
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  height: 68px;
  line-height: 68px;
  letter-spacing: 0.5px;
  margin: 0 auto;
  text-shadow: 0 1px 0 #b76302;
  background: #fec226;
  background: -moz-linear-gradient(top, #fec226 0%, #e28d07 100%);
  background: -webkit-linear-gradient(top, #fec226 0%, #e28d07 100%);
  background: linear-gradient(to bottom, #fec226 0%, #e28d07 100%);
  -webkit-box-shadow: 0 5px 0 0 #c87702;
  -moz-box-shadow: 0 5px 0 0 #c87702;
  box-shadow: 0 5px 0 0 #c87702;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.button-m:hover{
  background: -moz-linear-gradient(top, #e28d07 0%, #fec226 100%);
  background: -webkit-linear-gradient(top, #e28d07 0%, #fec226 100%);
  background: linear-gradient(to bottom, #e28d07 0%, #fec226 100%);
}
.button-m:active {
  top: -1px;
}
input.field {
  display: block;
  width: 100%;
  background: #fff;
  font-size: 16px;
  color: #545454;
  text-align: left;
  padding: 16px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h2.title {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}
h2.title span {
  display: block;
  color: #efaa01;
  font-size: 38px;
  line-height: 1.1em;
  font-weight: 700;
}
/*   offer   */
.offer {
  position: relative;
  background: url("offer110d8-2b1.arb.jpeg") 50% 0 no-repeat #825559;
  height: 682px;
}
.offer.bottom {
  background-color: #180e19;
}
.offer .logo {
  text-transform: uppercase;
  padding-top: 24px;
}
.offer .logo h1{
  font-size:57px;
  line-height: 62px;
  color: #fff;
}
.offer .logo h1>span{
  color: #fec226;
}
.offer .logo p {
  color: #fff;
  font-size: 28px;
  line-height: 1.1em;
  margin: 30px 0 0;
}
.offer .sale {
  position: absolute;
  left: 498px;
  top: 194px;
  width: 95px;
  text-align: center;
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
  -moz-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.offer .sale b {
  display: block;
  font-size: 33px;
  line-height: 1.05em;
}
.offer .form_order {
  position: absolute;
  top: 195px;
  right: 10px;
  width: 320px;
  padding: 10px 10px 20px;
  background: rgba(22, 12, 26, 0.5);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.timer{
  margin: -61px auto 15px;
  padding: 0 20px;
}
.timer h3{
  font-weight: 400;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
}
.timer_item{
  width: 33.3%;
  float: left;
}
.timer_item .count_block{
  width: 64px;
  margin: 0px auto;
}
.timer_item .count_block .count{
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  line-height: 54px;
  margin-bottom: 8px;
  border-radius: 6px;
  overflow: hidden;
  background: -moz-linear-gradient(top, rgba(248,183,32,1) 50%, rgba(254,194,38,1) 50%);
  background: -webkit-linear-gradient(top, rgba(248,183,32,1) 50%,rgba(254,194,38,1) 50%);
  background: linear-gradient(to bottom, rgba(248,183,32,1) 50%,rgba(254,194,38,1) 50%);
  -webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.3);
}
.timer_item .count_block .text{
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
}
.offer .price {
  background: url("interest-bga1153-d79.arb.png") 50% 50% no-repeat;
  margin: 5px 0 25px 0;
}
.offer .price .old_cost,
.offer .price .new_cost {
  float: left;
  width: 50%;
  line-height: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.offer .price .old_cost {
  position: relative;
  text-align: right;
  padding-right: 20px;
  color: #fff;
}
.offer .price .new_cost {
  text-align: left;
  padding-left: 20px;
}
.offer .price .old_cost i {
  font-style: normal;
}
.offer .price .old_cost span,
.offer .price .new_cost span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}
.offer .price .new_cost span {
  font-weight: 700;
  color: #fd5246;
}
.offer .price .value {
  position: relative;
  display: inline-block;
  font-size: 30px;
}
.offer .price .old_cost .value:before {
  position: absolute;
  top: 55%;
  left: 0;
  right: 15px;
  display: block;
  height: 2px;
  background: #fff;
  content: '';
}
.offer .price .new_cost .value {
  font-weight: 700;
  color: #fd5246;
}
.offer .price .value i {
  font-size: 24px;
  font-style: normal;
}
.offer .field_set {
  padding-bottom: 10px;
}
.offer .stock {
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 30px 0 0;
}
.offer .stock:before {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 4px;
  height: 15px;
  background: url("stock-icon02a43-143.arb.png") 0 0 no-repeat;
  content: '';
  margin-right: 8px;
  vertical-align: middle;
}
.offer .stock b {
  color: #fd5246;
  padding-left: 3px;
}
.offer .gift {
  position: absolute;
  top: 584px;
  left: 10px;
  width: 206px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding: 1px 10px 8px;
  background: rgba(22, 12, 26, 0.5);
  border-radius: 6px;
}
.offer .gift>span{
  display: block;
  font-weight: 700;
  color: #fec226;
  font-size: 23px;
  line-height: 1.2em;
}
.offer .gift:before{
  content: '';
  width: 79px;
  height: 79px;
  background: url(gift_icon4dd99-c69.arb.png) 50% 50% no-repeat;
  display: block;
  margin: -65px auto 0;
}
.colors{
  font-size: 0;
  letter-spacing: -1px;
  position: absolute;
  top: 618px;
  left: 340px;
}
.colors>p{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  font-size: 18px;
  margin-right: 15px;
  color: #fff;
}
.colors>div{
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 -10px;
  position: relative;
  z-index: 1;
}
.colors>div:nth-child(2){
  margin: 0;
  z-index: 2;
}
.colors>div.brown{
  background: -moz-linear-gradient(top, rgba(156,104,70,1) 0%, rgba(142,82,43,1) 100%);
  background: -webkit-linear-gradient(top, rgba(156,104,70,1) 0%,rgba(142,82,43,1) 100%);
  background: linear-gradient(to bottom, rgba(156,104,70,1) 0%,rgba(142,82,43,1) 100%);
  -webkit-box-shadow: 0px 0px 0px 5px rgba(142,88,55,0.7), 0px 4px 6px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 0px 0px 5px rgba(142,88,55,0.7), 0px 4px 6px 0px rgba(0,0,0,0.6);
  box-shadow: 0px 0px 0px 5px rgba(142,88,55,0.7), 0px 4px 6px 0px rgba(0,0,0,0.6);
}
.colors>div.black{
  background: -moz-linear-gradient(top, rgba(70,70,70,1) 1%, rgba(43,43,43,1) 100%);
  background: -webkit-linear-gradient(top, rgba(70,70,70,1) 1%,rgba(43,43,43,1) 100%);
  background: linear-gradient(to bottom, rgba(70,70,70,1) 1%,rgba(43,43,43,1) 100%)
  -webkit-box-shadow: 0px 0px 0px 5px rgba(58,58,58,0.4), 0px 4px 6px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 0px 0px 5px rgba(58,58,58,0.4), 0px 4px 6px 0px rgba(0,0,0,0.6);
  box-shadow: 0px 0px 0px 5px rgba(133,133,133,0.4), 0px 4px 6px 0px rgba(0,0,0,0.6);
}
/*   advantages photo   */
.advantages_photo {
  padding: 45px 0;
}
.advantages_photo ul {
  width: 543px;
  float: left;
  display: block;
  margin: 0 0 0 -4px;
}
.advantages_photo ul li {
  float: left;
  padding: 4px;
}
.advantages_photo li .pic {
  position: relative;
  width: 173px;
  height: 172px;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.advantages_photo .txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 12px 0;
  background: -moz-linear-gradient(left, rgba(20,11,25,0.8) 0%, rgba(139,45,38,0.8) 100%);
  background: -webkit-linear-gradient(left, rgba(20,11,25,0.8) 0%,rgba(139,45,38,0.8) 100%);
  background: linear-gradient(to right, rgba(20,11,25,0.8) 0%,rgba(139,45,38,0.8) 100%);
}
.advantages_photo .big {
  position: relative;
  float: right;
  width: 400px;
  height: 351px;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-top: 4px;
}
/*   benefits   */
.benefits {
  height: 551px;
  background: url("dark-bg3d340-411.arb.jpeg") 50% 0 no-repeat #825559;
}
.benefits h2.title {
  font-size: 38px;
  line-height: 1.3em;
  font-weight: 700;
  color: #fff;
  padding-top: 45px;
}
.benefits h2.title span {
  display: inline;
  color: #efaa01;
}
.benefits li {
  display: block;
  float: left;
  width: 50%;
  padding-bottom: 56px;
}
.benefits li:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
}
.benefits li .pic {
  float: left;
  border: 6px solid rgba(51, 51, 51, 0.5);
  width: 110px;
  height: 108px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.benefits li .info {
  margin-left: 130px;
  padding: 20px 40px 0 0;
}
.benefits li h4 {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
.benefits li h4:before {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("rhombus-icon37f00-8fe.arb.png") 0 0 no-repeat;
  content: '';
  margin-right: 8px;
  vertical-align: middle;
}
.benefits li h4 span {
  color: #efaa01;
}
.benefits li p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  padding-top: 5px;
}
.benefits li .gift {
  position: relative;
  width: 380px;
  background: rgba(22, 12, 26, 0.3);
  padding: 15px 20px;
  font-size: 18px;
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.benefits li .gift b {
  display: block;
  color: #efaa01;
  padding-top: 5px;
}
.benefits li .gift img {
  position: absolute;
  top: -60px;
  right: -55px;
}
/*   characteristic   */
.characteristic{
  padding: 85px 0 90px 0;
}
.characteristic .wrp{
  padding: 0 10px 0 445px;
}
.characteristic h2.title{
  text-transform: none;
}
.characteristic h2.title>span{
  color: #efaa01;
}
.characteristic .pic{
  position: absolute;
  top: 0;
  left: 10px;
}
.char_list>li{
  padding: 4px 20px 4px 45px;
  background: #f7f7f7 url(char_arrowd5e61-90e.arb.png) 20px 50% no-repeat;
  text-align: right;
}
.char_list>li>b{
  float: left;
}
.char_list>li:nth-child(2n){
  background: #fff url(char_arrowd5e61-90e.arb.png) 20px 50% no-repeat;
  padding: 9px 20px 10px 45px; 
}
/*   description   */
.description {
  padding: 55px 0 25px 0;
}
.description .pic {
  float: left;
}
.description .info {
  margin-left: 310px;
  padding-top: 45px;
}
.description .title {
  font-size: 24px;
}
.description .title b {
  display: block;
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
  color: #fd5246;
}
.description .txt {
  font-size: 16px;
  line-height: 30px;
  padding-top: 15px;
}
/*   gift block   */
.gift_block {
  background: url("dark-bg2a1097-86d.arb.jpeg") 50% 0 no-repeat #fff;
  padding: 60px 0 40px 0;
}
.gift_block .text {
  position: relative;
  padding: 0 340px 65px 0;
}
.gift_block .title {
  font-size: 24px;
  color: #fff;
  line-height: 38px;
  padding-bottom: 15px;
}
.gift_block .title b {
  display: block;
  font-size: 38px;
  color: #efaa01;
}
.gift_block .text p {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
.gift_block .text img {
  position: absolute;
  right: 0;
  top: -15px;
}
.gift_block ul {
  display: block;
  height: 270px;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.gift_block ul li {
  float: left;
}
/*   reviews   */
.reviews {
  padding: 0 0 40px 0;
}
.reviews h2.title span {
  color: #efaa01;
}
.reviews .slider_reviews {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.slider_reviews:before{
  position: absolute;
  top: 55px;
  left: 50%;
  margin: 0px auto 0 -84px;
  display: block;
  width: 166px;
  height: 222px;
  background: url("quote-icon295b7-d08.arb.png") 50% 50% no-repeat #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
   border-radius: 10px;
  -webkit-box-shadow: 0 4px 50px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 4px 50px rgba(0, 0, 0, 0.03);
  box-shadow: 0 4px 50px rgba(0, 0, 0, 0.03);
  content: '';
}
.reviews .item{
  padding: 0 30px;
  margin: 0px auto;
}
.reviews .photo {
  position: relative;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}
.reviews .im {
  position: relative;
  width: 240px;
  margin: 0 auto;
}
.reviews .im img {
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  -webkit-box-shadow: 0 4px 57px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 57px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 57px rgba(0, 0, 0, 0.1);
}
.reviews .info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.reviews .name {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 8px;
}
.reviews .city {
  font-size: 14px;
}
.reviews .desc {
  width: 100%;
  max-width: 610px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
  padding: 25px 0 0 0;
}
.reviews .slick-prev,
.reviews .slick-next {
  display: block;
  width: 53px;
  height: 53px;
  overflow: hidden;
  background: url("arrow-slider567f6-a9b.arb.png") 0 0 no-repeat;
  text-indent: -9999px;
  position: absolute;
  top: 140px;
  cursor: pointer;
  border: none;
  outline: none;
  z-index: 500;
}
.reviews .slick-prev {
  left: 0;
}
.reviews .slick-next {
  right: 0;
  background-position: -53px 0;
}
.reviews .button-m{
  margin-top: 40px;
}
/*   order steps   */
.order_steps {
  background: #fafafa;
  padding: 35px 0;
}
.order_steps h2.title {
  font-size: 38px;
  font-weight: 700;
}
.order_steps h2.title span {
  display: inline-block;
}
.order_steps li {
  position: relative;
  display: block;
  float: left;
  width: 33.33%;
  color: #222;
  font-size: 14px;
  text-align: center;
}
.order_steps .title_col {
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 5px;
  color: #222;
}
.order_steps .desc {
  font-size: 14px;
  line-height: 24px;
  padding: 0 20px;
  color: #222;
}
.order_steps ul li:before {
  display: block;
  width: 110px;
  height: 110px;
  margin: 0 auto 20px auto;
  background-color: #f0f0f0 !important;
  content: '';
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.order_steps ul li.delivery:before {
  background: url("delivery-icon71b6f-3fd.arb.png") 43% 50% no-repeat;
}
.order_steps ul li.payment:before {
  background: url("payment-icon7a2b5-33e.arb.png") 50% 50% no-repeat;
}
.order_steps ul li.guarantee:before {
  background: url("guarantee-icon05079-a10.arb.png") 50% 50% no-repeat;
}
/*   footer   */
.footer {
  padding: 30px 0;
  text-align: center;
}
.footer ul.links {
  padding-top: 10px;
}
.footer ul.links li {
  display: inline-block;
  padding: 0 7px;
  font-size: 14px;
}
@media only screen and (max-width: 959px) {
  .wrp {
    max-width: 640px;
  }
  h2.title {
    margin-bottom: 30px;
  }
  h2.title span {
    font-size: 32px;
    line-height: 34px;
  }
  .offer {
    background: url("offer-9601437c-1ea.arb.jpeg") 50% 0 no-repeat #1e0e1c;
    height: 684px;
  }
  .offer .logo {
    text-align: center;
    padding-top: 25px;
  }
  .offer .logo h1{
    font-size: 39px;
    line-height: 1.1em;
  }
  .offer .logo p {
    margin: 15px 0 0;
  }
  .offer .sale {
    left: 150px;
    top: 166px;
  }
  .offer .gift {
    top: 580px;
    left: 50px;
  }
  .offer .gift:before{
    margin-left: 100px;
  }
  .offer .gift b {
    font-size: 18px;
    text-transform: uppercase;
  }
  .advantages_photo {
    padding: 30px 0;
  }
  .advantages_photo ul {
    width: auto;
    float: none;
    margin: 0;
  }
  .advantages_photo ul li {
    width: 33.33%;
    padding: 0 0 25px 0;
  }
  .advantages_photo li .pic {
    margin: 0 auto;
  }
  .advantages_photo .big {
    float: none;
    margin: 0 auto;
  }
  .benefits {
    height: auto;
    background: rgb(59, 41, 76);
    background: -moz-linear-gradient(top, rgba(59, 41, 76, 1) 0%, rgba(21, 11, 35, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(59, 41, 76, 1) 0%, rgba(21, 11, 35, 1) 100%);
    background: linear-gradient(to bottom, rgba(59, 41, 76, 1) 0%, rgba(21, 11, 35, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b294c', endColorstr='#150b23', GradientType=0);
    padding: 30px 0 35px 0;
  }
  .benefits h2.title {
    font-size: 32px;
    padding-top: 0;
  }
  .benefits h2.title span {
    display: block;
  }
  .benefits li {
    display: inline-block;
    vertical-align: top;
    float: none;
    width: 49.66%;
    padding-bottom: 40px;
  }
  .benefits li .pic {
    float: none;
    margin: 0 auto;
  }
  .benefits li .info {
    margin-left: 0;
    padding: 20px 0 0 0;
    text-align: center;
  }
  .benefits li p {
    max-width: 230px;
    margin: 0 auto;
  }
  .benefits li .gift {
    padding: 10px 15px;
    text-align: center;
    width: 100%;
  }
  .benefits li .gift img {
    position: static;
    display: block;
    margin: 0 auto;
    padding-top: 20px;
  }
  .characteristic{
    padding: 30px 0;
  }
  .characteristic .wrp{
    padding: 0 10px;
  }
  .characteristic .pic{
    position: static;
    display: block;
    margin: 0px auto 30px;
  }
  .characteristic .pic>img{
    display: block;
    margin: 0px auto;
  }
  .char_list{
    width: 400px;
    margin: 0px auto;
  }
  .description {
    padding: 30px 0;
  }
  .description .pic {
    float: none;
    text-align: center;
  }
  .description .pic img {
    display: inline-block;
  }
  .description .info {
    margin-left: 0;
    padding-top: 15px;
    text-align: center;
  }
  .gift_block {
    height: auto;
    background: rgb(59, 41, 76);
    background: -moz-linear-gradient(top, rgba(59, 41, 76, 1) 0%, rgba(21, 11, 35, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(59, 41, 76, 1) 0%, rgba(21, 11, 35, 1) 100%);
    background: linear-gradient(to bottom, rgba(59, 41, 76, 1) 0%, rgba(21, 11, 35, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b294c', endColorstr='#150b23', GradientType=0);
    padding: 30px 0 5px 0;
  }
  .gift_block .title {
    line-height: 32px;
  }
  .gift_block .title b {
    font-size: 32px;
  }
  .gift_block .text {
    padding: 0 0 30px 0;
    text-align: center;
  }
  .gift_block .text p {
    line-height: 26px;
    padding-bottom: 20px;
  }
  .gift_block .text img {
    position: static;
    display: block;
    margin: 0 auto;
  }
  .gift_block ul {
    height: auto;
    width: 530px;
    margin: 0 auto;
  }
  .gift_block ul li {
    width: 50%;
    padding-bottom: 30px;
  }
  .gift_block ul li:nth-child(3){
    float: none;
    display: block;
    margin: 0px auto;
  }
  .gift_block ul li img {
    display: block;
    margin: 0 auto;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
  .reviews {
    padding: 30px 0;
  }
  .reviews .photo:before,
  .reviews .photo:after {
    display: none;
  }
  .reviews .slick-prev,
  .reviews .slick-next {
    top: 143px;
  }
  .reviews .slick-prev {
    left: 70px;
  }
  .reviews .slick-next {
    right: 70px;
  }
  .order_steps h2.title {
    font-size: 32px;
  }
  .order_steps li:first-child {
    margin-top: 0;
  }
  .order_steps li {
    position: relative;
    display: table;
    width: 100%;
    height: 110px;
    float: none;
    text-align: left;
    margin-top: 25px;
  }
  .order_steps ul li:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -55px;
  }
  .order_steps .info {
    display: table-cell;
    vertical-align: middle;
    padding-left: 130px;
  }
  .order_steps .desc {
    padding: 0;
  }
}
@media only screen and (max-width: 639px) {
  .wrp {
    max-width: 320px;
  }
  .offer {
    height: auto;
    background: #392d37 url("offer-6409b37d-0c6.arb.jpeg") 50% 0 no-repeat;
  }
  .offer .logo {
    padding-top: 12px;
  }
  .offer .logo h1{
    font-size: 30px;
  }
  .offer .logo p {
    font-size: 20px;
    margin-top: 30px;
    text-transform: none;
  }
  .offer .form_order {
    position: static;
    margin-top: 40px;
    background: none;
    width: 100%;
    padding: 0;
  }
  .timer{
    margin-top: 0;
  }
  .offer .sale {
    left: 150px;
    top: 174px;
  }
  .offer .gift {
    position: static;
    margin: 400px auto 0;
  }
  .colors{
    position: static;
    margin: 17px auto 0;
    text-align: center;
  }
  .offer .stock {
    padding: 25px 0;
  }
  h2.title span {
    font-size: 24px;
    line-height: 26px;
  }
  .advantages_photo h2.title {
    margin-bottom: 15px;
  }
  .advantages_photo h2.title span {
    display: inline;
  }
  .advantages_photo {
    padding: 20px 0 30px 0;
  }
  .advantages_photo ul {
    margin: 0 -5px;
  }
  .advantages_photo ul li {
    width: 50%;
    padding: 5px;
  }
  .advantages_photo li .pic {
    width: 145px;
    height: 144px;
  }
  .advantages_photo .txt {
    padding: 10px;
  }
  .advantages_photo .big {
    width: auto;
    height: 263px;
    margin-top: 5px;
  }
  .benefits h2.title {
    font-size: 32px;
  }
  .benefits h2.title span {
    font-size: 32px;
    line-height: 32px;
  }
  .benefits li {
    display: block;
    width: auto;
    padding-bottom: 30px;
  }
  .benefits li .gift {
    background: #2d1e3d;
  }
  .benefits li .gift img {
    padding-top: 25px;
  }
  .char_list{
    width: 100%;
  }
  .char_list > li,
  .char_list > li:nth-child(2n){
    padding-left: 30px;
    padding-right: 15px;
    font-size: 15px;
    background-position: 12px 50%;
  }
  .description .title {
    line-height: 26px;
  }
  .description .title b {
    display: inline;
    font-size: 24px;
    line-height: 26px;
  }
  .description .txt {
    line-height: 26px;
    padding-top: 20px;
  }
  .gift_block {
    padding: 20px 0 30px 0;
  }
  .gift_block .title {
    line-height: 28px;
  }
  .gift_block .title b {
    font-size: 24px;
    display: inline;
  }
  .gift_block .text {
    padding-bottom: 20px;
  }
  .gift_block ul {
    width: auto;
    margin: 0 -5px;
  }
  .gift_block ul li {
    padding: 0 0 10px;
    width: 100%;
  }
  .reviews h2.title span{
    display: inline;
  }
  .reviews {
    padding: 20px 0 30px 0;
  }
  .reviews .item{
    padding: 0;
  }
  .slider_reviews:before{
    display: none;
  }
  .reviews h2.title {
    margin-bottom: 25px;
  }
  .reviews .slick-prev {
    left: 0;
  }
  .reviews .slick-next {
    right: 0;
  }
  .reviews .desc {
    font-size: 15px;
    line-height: 25px;
    padding-top: 20px;
  }
  .order_steps {
    padding: 30px 0;
  }
  .order_steps h2.title {
    margin-bottom: 25px;
  }
  .order_steps h2.title span {
    font-size: 32px;
  }
  .order_steps li {
    text-align: center;
  }
  .order_steps ul li:before {
    position: static;
    margin: 0 auto 20px auto;
  }
  .order_steps .info {
    display: block;
    vertical-align: middle;
    padding-left: 0;
  }
  .order_steps .desc {
    padding: 0 15px;
  }
  .footer {
    padding: 20px 0;
  }
  .footer ul.links li:first-child {
    padding-top: 0;
  }
  .footer ul.links li {
    display: block;
    padding-top: 5px;
  }
}
